Skip to content

fix(list): support multiple list names#37

Open
doodaaatimmy-creator wants to merge 1 commit intosteipete:mainfrom
doodaaatimmy-creator:codex/list-multiple-lists
Open

fix(list): support multiple list names#37
doodaaatimmy-creator wants to merge 1 commit intosteipete:mainfrom
doodaaatimmy-creator:codex/list-multiple-lists

Conversation

@doodaaatimmy-creator
Copy link
Copy Markdown

Fixes #31

Repro

remindctl list "Grocery Store" COSTCO -j

Expected: merged reminders from both named lists.
Actual: only the first list was used.

What changed

  • read all positional list names instead of only the first one
  • merge read-only reminder results by reminder ID while preserving first-seen order
  • keep --rename, --delete, and --create single-target only, with explicit errors when multiple list names are passed
  • update list help/examples for multi-list read-only usage

Validation

  • swift test

jakubswierczek added a commit to jakubswierczek/remindctl that referenced this pull request Mar 30, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

list command silently ignores all but first list name when multiple are passed

1 participant